![]() |
YNQ
YNQ-1.6.0
|
#include <sycommon.h>
Data Fields | |
| NQ_UINT16 | sec |
| NQ_UINT16 | min |
| NQ_UINT16 | hour |
| NQ_UINT16 | day |
| NQ_UINT16 | month |
| NQ_UINT16 | year |
This structure is intended for composing/decomposing system time - contains a field for each time fraction.
| NQ_UINT16 SYTimeFragments::sec |
Seconds (0 - 59).
| NQ_UINT16 SYTimeFragments::min |
Minutes (0 - 59).
| NQ_UINT16 SYTimeFragments::hour |
Hours of day (0 - 23).
| NQ_UINT16 SYTimeFragments::day |
Day of the month (1-31).
| NQ_UINT16 SYTimeFragments::month |
Month (1 - 12).
| NQ_UINT16 SYTimeFragments::year |
Year in YYYY format.